Docs.rs
xcodeproj-0.1.3
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
xcodeproj 0.1.3
xcodeproj reader and parser.
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
30
out of
30
items documented
0
out of
1
items with examples
Links
crates.io
Dependencies
anyhow ^1.0.57
normal
derive-deref-rs ^0.1.1
normal
derive-new ^0.5.9
normal
itertools ^0.10.3
normal
pest ^2.1.3
normal
pest_consume ^1.1.1
normal
pest_derive ^2.1.0
normal
tap ^1.0.1
normal
thiserror ^1.0.30
normal
tracing ^0.1.32
normal
tracing-appender ^0.2.1
normal
tracing-subscriber ^0.3.9
normal
once_cell ^1.12.0
dev
tracing-test ^0.2.1
dev
Versions
0.3.0
(2022-07-22)
0.2.14
(2022-07-21)
0.2.13
(2022-07-19)
0.2.12
(2022-06-22)
0.2.11
(2022-06-22)
0.2.10
(2022-06-21)
0.2.9
(2022-06-21)
0.2.8
(2022-06-19)
0.2.7
(2022-06-19)
0.2.6
(2022-06-19)
0.2.5
(2022-06-19)
0.2.4
(2022-06-19)
0.2.3
(2022-06-17)
0.2.2
(2022-06-09)
0.2.1
(2022-06-09)
0.2.0
(2022-06-08)
0.1.4
(2022-06-07)
0.1.3
(2022-06-05)
0.1.2
(2022-06-01)
0.1.0
(2022-06-01)
Owners
XcodeProj
XcodeProj parser and data representation
Features
parse
*.xcodeproj
through
pest
parse
pest
ast to
ProjectData
, as an meaningful abstraction.
write
ProjectData
back to
*.xcodeproj
filetype.