alicia_core#
The core syntax/types of atproto.
gleam add alicia_core@1
import alicia/core/nsid
import gleam/io
pub fn main() -> Nil {
let assert Ok(parsed) = nsid.parse("app.bsky.feed.post")
io.println(nsid.to_string(parsed))
}
Further documentation can be found at https://hexdocs.pm/alicia_core.
Development#
gleam test # Run the tests