[roll] Roll fuchsia [netstack3] Introduce CoreApi struct

Introduce the CoreApi struct that can be constructed from StackState
alongside its supporting types and traits.

Show how API objects will be created and used by introducing a simple
UdpApi for now.

The bounds for the impl block on UdpApi require viral pub visibility
expansion, which is why we are re-exporting everything from
core/src/lib.rs and can do that safely.

A follow-up CL will remove the UDP SocketHandler in favor of using only
the new UdpApi struct.

Original-Bug: b/42083910
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/968781
Original-Revision: 930c61913b566678e882b5d59d0bd2c5363c03a6
GitOrigin-RevId: 56aebcddf90b9ae509f2d14f504f0623ba1c384f
Change-Id: I5fd53f6f9b8f9ab20429818dfecc343dca982fbe
1 file changed
tree: 1aca3587a2a15acf0dd995dc787815024c84c336
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.