docs.rs failed to build las-0.9.7
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
las-0.9.8
las-rs
Read and write ASPRS las files natively with rust.
[]
= "*"
To include laz support:
[]
= { = "*", = ["laz"] }
To include laz support with parallel compression/decompression
to enhance speed (laz-parallel implies laz so you don't need to specify both):
[]
= { = "*", = ["laz-parallel"] }