strftime-ruby 1.0.0

Ruby `Time#strftime` parser and formatter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# strftime-ruby Vendored Dependencies

## Ruby `strftime.c`

[Ruby] (MRI Ruby or CRuby) is the reference Ruby implementation.

The `strftime.c` source is vendored here as the reference implementation whose
behavior this crate seeks to match.

This source file is from [MRI Ruby 3.1.2][mri-3.1.2-strftime], which is licensed
under the [Ruby license] or [BSD 2-clause license].

[ruby]: https://github.com/ruby/ruby
[mri-3.1.2-strftime]: https://github.com/ruby/ruby/blob/v3_1_2/strftime.c
[ruby license]: ruby-3.1.2/COPYING
[bsd 2-clause license]: ruby-3.1.2/BSDL