Skip to content

Add matrix links to README and some layout adjustments #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Temporal in Rust

`Temporal` is a calendar and timezone aware date/time library that is currently being designed and proposed as a new
builtin to the `ECMAScript` specification.
`Temporal` is a calendar and timezone aware date/time library that is
currently being designed and proposed as a new builtin to the
`ECMAScript` specification.

This crate is an implementation of `Temporal` in Rust. While initially developed for `Boa`, the crate has been externalized
as we intended to make an engine agnostic and general usage implementation of `Temporal` and its algorithms.
This crate is an implementation of `Temporal` in Rust. While initially
developed for `Boa`, the crate has been externalized as we intended to
make an engine agnostic and general usage implementation of `Temporal`
and its algorithms.

## Temporal Proposal

Relevent links regarding Temporal can be found below.

[Temporal Documentation](https://tc39.es/proposal-temporal/docs/) | [Temporal Specification](https://tc39.es/proposal-temporal/) | [Temporal Repository](https://github.com/tc39/proposal-temporal)
- [Temporal Documentation](https://tc39.es/proposal-temporal/docs/)
- [Temporal Proposal Specification](https://tc39.es/proposal-temporal/)
- [Temporal Proposal Repository](https://github.com/tc39/proposal-temporal)

## Core Maintainers
- Jason Williams ([jasonwilliams](https://github.com/orgs/boa-dev/people/jasonwilliams))
Expand All @@ -20,12 +25,14 @@ Relevent links regarding Temporal can be found below.

## Contributing

This project is open source and welcomes anyone interested to participate. Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.
This project is open source and welcomes anyone interested to participate.
Please see [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.

## Communication

Feel free to contact us on [Discord](https://discord.gg/tUFFk9Y).
Feel free to contact us on [Matrix](https://matrix.to/#/#boa:matrix.org).

## License

This project is licensed under the [Apache](./LICENSE-Apache) or [MIT](./LICENSE-MIT) licenses, at your option.
This project is licensed under the [Apache](./LICENSE-Apache) or
[MIT](./LICENSE-MIT) licenses, at your option.