gedcomx_file

Crates.iogedcomx_file
lib.rsgedcomx_file
version
sourcesrc
created_at2022-01-05 14:49:37.771511
updated_at2024-10-31 18:39:36.037121
descriptionA library for dealing with the GEDCOM X file format
homepage
repositoryhttps://github.com/ephraimkunz/gedcomx-rs
max_upload_size
id508410
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Ephraim Kunz (ephraimkunz)

documentation

README

gedcomx_file

Implementation of the GEDCOM X File Format specification. Bundles up genealogical data and resources into a file and defines how the resources within the file can link to each other.

CI codecov

Specification Compliance

This crate provides conformance to the following GEDCOM X specs:

Commit count: 175

cargo fmt