vello_encoding

Crates.iovello_encoding
lib.rsvello_encoding
version
sourcesrc
created_at2024-03-04 17:08:27.688122+00
updated_at2025-03-10 11:28:31.567047+00
descriptionVello types that represent the data that needs to be rendered.
homepage
repositoryhttps://github.com/linebender/vello
max_upload_size
id1162111
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
Bruce Mitchener (waywardmonkeys)

documentation

README

Vello Encoding

Types that represent data that Vello can render

Latest published version. Documentation build status. Apache 2.0 or MIT license.
Linebender Zulip chat. GitHub Actions CI status. Dependency staleness status.

This package contains types that represent data that Vello can render.

Significant changes are documented in the changelog.

Minimum supported Rust Version (MSRV)

This version of Vello Encoding has been verified to compile with Rust 1.82 and later.

Future versions of Vello Encoding might increase the Rust version requirement. It will not be treated as a breaking change and as such can even happen with small patch releases.

Click here if compiling fails.

As time has passed, some of Vello Encoding's dependencies could have released versions with a higher Rust requirement. If you encounter a compilation issue due to a dependency and don't want to upgrade your Rust toolchain, then you could downgrade the dependency.

# Use the problematic dependency's name and version
cargo update -p package_name --precise 0.1.1

Community

Discussion of Vello Encoding development happens in the Linebender Zulip, specifically the #gpu stream. All public content can be read without logging in.

Contributions are welcome by pull request. The Rust code of conduct applies.

License

Licensed under either of

at your option.

Commit count: 1325

cargo fmt