~blu/facet

remove unused dependency
update readme
change init version

clone

read-only
https://git.sr.ht/~blu/facet
read/write
git@git.sr.ht:~blu/facet

You can also use your local clone with git send-email.

#facet

Package Version Hex Docs

gleam add facet@1
import facet

let document = "+++
foo = \"bar\"
+++
This is the content.

pub fn main() {
    let doc = facet.parse(document)
}

Further documentation can be found at https://hexdocs.pm/facet.

#Development

gleam run   # Run the project
gleam test  # Run the tests