├── LICENSE-APACHE ├── LICENSE-MIT ├── README.md ├── common ├── README.md ├── darci.md ├── member_requirements.md ├── membership_changes.md ├── membership_types.md ├── rfc_fcp.md ├── subteam_types.md └── vacation_policy.md └── teams ├── _template └── charter.md ├── libs ├── charter.md ├── group-contributors.md └── subteam-api.md └── release └── charter.md /LICENSE-APACHE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/LICENSE-APACHE -------------------------------------------------------------------------------- /LICENSE-MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/LICENSE-MIT -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/README.md -------------------------------------------------------------------------------- /common/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/common/README.md -------------------------------------------------------------------------------- /common/darci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/common/darci.md -------------------------------------------------------------------------------- /common/member_requirements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/common/member_requirements.md -------------------------------------------------------------------------------- /common/membership_changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/common/membership_changes.md -------------------------------------------------------------------------------- /common/membership_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/common/membership_types.md -------------------------------------------------------------------------------- /common/rfc_fcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/common/rfc_fcp.md -------------------------------------------------------------------------------- /common/subteam_types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/common/subteam_types.md -------------------------------------------------------------------------------- /common/vacation_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/common/vacation_policy.md -------------------------------------------------------------------------------- /teams/_template/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/teams/_template/charter.md -------------------------------------------------------------------------------- /teams/libs/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/teams/libs/charter.md -------------------------------------------------------------------------------- /teams/libs/group-contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/teams/libs/group-contributors.md -------------------------------------------------------------------------------- /teams/libs/subteam-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/teams/libs/subteam-api.md -------------------------------------------------------------------------------- /teams/release/charter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rust-lang/governance/HEAD/teams/release/charter.md --------------------------------------------------------------------------------